|
|
|
Following is the syntax for the Subscribe XML file:
<?xml version="1.0"?> <Response> <Subscribe type=”all|me”> <Url href= ”Subscription_Server_Url” /> </Subscribe> </Response >
Each < Response> can contain only one <Subscribe> tag with the following attributes:
The <Url> tag has the following attributes:
| Attribute |
Value |
Description |
| href |
string |
Contains the URL of the subscription server for which the endpoint must subscribe. Maximum length cannot exceed 1024 characters. |
An exact string-based comparison matches the subscription URIs against the SUBSCRIBELIST values. If the subscription server URI does not exactly match the values in the SUBSCRIBELIST, the subscription request is aborted.
NOTE: See Subscription Service in Chapter 4: Push Administration for more information.
|
|
|